(sh-indent-line): Add optional PREFIX-ARG
authorGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 14:16:15 +0000 (14:16 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 10 Apr 2001 14:16:15 +0000 (14:16 +0000)
parameter.

lisp/progmodes/sh-script.el

index c5339ac45f2227a215933bfd42c5d43df0184092..21a717c3863c5286822ed94c40893951585e7ed1 100644 (file)
@@ -1,6 +1,7 @@
 ;;; sh-script.el --- shell-script editing commands for Emacs
 
-;; Copyright (C) 1993, 94, 95, 96, 97, 1999 by Free Software Foundation, Inc.
+;; Copyright (C) 1993, 94, 95, 96, 97, 1999, 2001
+;;  Free Software Foundation, Inc.
 
 ;; Author: Daniel Pfeiffer <occitan@esperanto.org>
 ;; Version: 2.0f
@@ -2437,7 +2438,7 @@ If INFO is supplied it is used, else it is calculated from current line."
        nil)))))
 
 
-(defun sh-indent-line ()
+(defun sh-indent-line (&optional prefix-arg)
   "Indent the current line."
   (interactive)
   (sh-must-be-shell-mode)